Crate novasmt[][src]

Structs

A compressed proof.

A forest that contains many trees. Can be thought of as a database full of trees. For ergonomics, internally contains an Arc and can be freely cloned around.

A full proof with 256 levels.

An in-memory backend DB, for testing and demos.

A sparse Merkle tree mapping from keys to values.

Enums

A representation of a node in the backend database.

Traits

A trait that encapsulates a backend database to store on-disk SMT nodes.

Type Definitions